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
98056a68
Commit
98056a68
authored
Oct 27, 2018
by
Nikolaus Waxweiler
Committed by
Paul Ganssle
Oct 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove pytest marker and code for Python < 2.7
parent
d3215c10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
setuptools/tests/test_test.py
setuptools/tests/test_test.py
+0
-4
setuptools/tests/test_virtualenv.py
setuptools/tests/test_virtualenv.py
+0
-3
No files found.
setuptools/tests/test_test.py
View file @
98056a68
...
...
@@ -93,10 +93,6 @@ def test_test(capfd):
assert
out
==
'Foo
\
n
'
@
pytest
.
mark
.
skipif
(
sys
.
version_info
<
(
2
,
7
),
reason
=
"No discover support for unittest on Python 2.6"
,
)
@
pytest
.
mark
.
usefixtures
(
'tmpdir_cwd'
,
'quiet_log'
)
def
test_tests_are_run_once
(
capfd
):
params
=
dict
(
...
...
setuptools/tests/test_virtualenv.py
View file @
98056a68
...
...
@@ -57,9 +57,6 @@ def test_pip_upgrade_from_source(virtualenv):
Check pip can upgrade setuptools from source.
"""
dist_dir
=
virtualenv
.
workspace
if
sys
.
version_info
<
(
2
,
7
):
# Python 2.6 support was dropped in wheel 0.30.0.
virtualenv
.
run
(
'pip install -U "wheel<0.30.0"'
)
# Generate source distribution / wheel.
virtualenv
.
run
(
' && '
.
join
((
'cd {source}'
,
...
...
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