Skip to content

Commit

Permalink
Remove futures from fake_with_deps test packages (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev committed Oct 11, 2021
1 parent 3350121 commit c02e292
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/test_data/packages/fake_with_deps/setup.py
Expand Up @@ -9,7 +9,6 @@
"cornice<1.1,>=1.0.0",
"enum34<1.1.7,>=1.0.4",
"six>1.5,<=1.8",
"futures<3.1,>=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 c02e292

Please sign in to comment.