Skip to content

Commit

Permalink
Update futures pinned version in fake_with_deps package
Browse files Browse the repository at this point in the history
The latest version has python_requires in `setup.py`, which fixes
failing test_realistic_complex_sub_dependencies on the latest `setuptools`.
  • Loading branch information
atugushev committed Oct 9, 2021
1 parent 60b7a78 commit 2599d90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_data/packages/fake_with_deps/setup.py
Expand Up @@ -9,7 +9,7 @@
"cornice<1.1,>=1.0.0",
"enum34<1.1.7,>=1.0.4",
"six>1.5,<=1.8",
"futures<3.1,>=3.0.3",
"futures<3.4,>=3.0.3",
"ipaddress<1.1,>=1.0.16",
"jsonschema<3.0,>=2.4.0",
"pyramid<1.6,>=1.5.7",
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Expand Up @@ -11,8 +11,6 @@ extras =
testing
coverage: coverage
deps =
# due to broken CI, to be removed as soon as it is fixed, compare https://github.com/pypa/setuptools/issues/2687
setuptools<57
pipprevious: pip==20.3.*
piplatest: pip
pipmain: -e git+https://github.com/pypa/pip.git@main#egg=pip
Expand Down

0 comments on commit 2599d90

Please sign in to comment.