Skip to content

Commit

Permalink
Add requirements.txt as a dependency of py27 tox env
Browse files Browse the repository at this point in the history
The commit which moved PyYAML from test-requirements.txt into a
newly created requirements.txt file (44045c5), was developed in
parallel with the commit which specified the py27 tox environment's
dependencies (a2aba3c). As such, the py27 tox environment's
dependencies did not include requirements.txt. This resulted in the
exclusion of PyYAML from the py27 tox environment.
  • Loading branch information
crungehottman committed Feb 3, 2021
1 parent cf554b8 commit 00b1814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ whitelist_externals=sh

[testenv:py27]
deps=
-rrequirements.txt
-cconstraints-legacy.txt
-rtest-requirements.txt

Expand Down

0 comments on commit 00b1814

Please sign in to comment.