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
9b777b75
Commit
9b777b75
authored
Jan 17, 2019
by
mergify[bot]
Committed by
GitHub
Jan 17, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1639 from pypa/bugfix/1638-pytest-pin
Pin pytest to <4 for now. Ref #1638.
parents
f8ff0d0d
748b3073
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/requirements.txt
tests/requirements.txt
+2
-1
No files found.
tests/requirements.txt
View file @
9b777b75
...
@@ -3,7 +3,8 @@ pytest-flake8; python_version!="3.4"
...
@@ -3,7 +3,8 @@ pytest-flake8; python_version!="3.4"
pytest-flake8<=1.0.0; python_version=="3.4"
pytest-flake8<=1.0.0; python_version=="3.4"
virtualenv>=13.0.0
virtualenv>=13.0.0
pytest-virtualenv>=1.2.7
pytest-virtualenv>=1.2.7
pytest>=3.0.2
# pytest pinned to <4 due to #1638
pytest>=3.7,<4
wheel
wheel
coverage>=4.5.1
coverage>=4.5.1
pytest-cov>=2.5.1
pytest-cov>=2.5.1
...
...
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