This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
py
package as explicit dev dependency
It appears that this was previously a transitive dependency of one of the other packages installed in the tox environment, but is no longer (most likely due to the package being deprecated). This plugin only depends on the package for mypy typing and for backward compatibility with versions of PyTest prior to 7.0.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ dev = | |
flake8 | ||
flake8-quotes | ||
mypy | ||
py>=1.9.0 | ||
pytest-xdist>=2.0.0 | ||
requests-mock[fixture] | ||
types-requests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters