-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Python3.11 alpha and upgrade pytest and py (#97)
* feat: be specific with the os version and give python3.11-alpha3 a try * fix: broken package in python3.11 Pytest and Py package are both broken unless a latest version of both are released. In order to fix this, both of them are upgraded. The following issue can take to both the issues: pytest-dev/apipkg#30 Authored-by: Vinit Kumar <[email protected]> Signed-off-by: Vinit Kumar <[email protected]> * fix: missing comma
- Loading branch information
1 parent
a50e7ca
commit 55deb0a
Showing
3 changed files
with
11 additions
and
8 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
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
requests>=2.20.0 | ||
defusedxml==0.7.1 | ||
pytest | ||
pytest==7.0.0rc1 | ||
py==1.11.0 | ||
xmltodict | ||
|
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