Skip to content

Commit

Permalink
Bump fixtures requirement
Browse files Browse the repository at this point in the history
CI is breaking due to a missing requirement on extras. This was
dropped in newer versions.

Signed-off-by: Alex Schultz <[email protected]>
  • Loading branch information
mwhahaha committed Mar 15, 2023
1 parent e7ffe5e commit 1da207f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-r requirements.txt
black
coverage
fixtures~=3.0.0
fixtures~=4.0.0
pylint
pytest
requests-mock
Expand Down

0 comments on commit 1da207f

Please sign in to comment.