Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
e8d53c0b
Commit
e8d53c0b
authored
Nov 18, 2016
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip failing test on appveyor until the cause can be uncovered. Ref #851.
parent
b4d77154
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
setuptools/tests/test_namespaces.py
setuptools/tests/test_namespaces.py
+2
-0
tox.ini
tox.ini
+1
-1
No files found.
setuptools/tests/test_namespaces.py
View file @
e8d53c0b
...
...
@@ -13,6 +13,8 @@ class TestNamespaces:
@
pytest
.
mark
.
xfail
(
sys
.
version_info
<
(
3
,
3
),
reason
=
"Requires PEP 420"
)
@
pytest
.
mark
.
skipif
(
'os.environ.get("APPVEYOR")'
,
reason
=
"https://github.com/pypa/setuptools/issues/851"
)
def
test_mixed_site_and_non_site
(
self
,
tmpdir
):
"""
Installing two packages sharing the same namespace, one installed
...
...
tox.ini
View file @
e8d53c0b
[testenv]
deps
=
-rtests/requirements.txt
passenv
=
APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir
passenv
=
APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir
APPVEYOR
commands
=
python -m pytest {posargs:-rsx}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment