-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6896 from kozlovsky/release/7.12
Fix build for release 7.12
- Loading branch information
Showing
12 changed files
with
82 additions
and
50 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
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,4 +1,4 @@ | ||
--no-binary :all: | ||
|
||
typing_extensions==3.10.0.2 | ||
pydantic==1.8.2 | ||
typing_extensions==4.2.0 | ||
pydantic==1.9.0 |
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,14 +1,14 @@ | ||
-r requirements.txt | ||
|
||
pytest==6.2.5 | ||
pytest-aiohttp==0.3.0 | ||
pytest-asyncio==0.16.0 | ||
pytest-cov==3.0.0 | ||
pytest-mock==3.6.1 | ||
pytest-randomly==3.10.2 | ||
pytest-timeout==2.0.1 | ||
pytest-xdist==2.4.0 | ||
pytest==7.1.2 | ||
pytest-aiohttp==1.0.4 | ||
pytest-asyncio==0.18.3 | ||
pytest-mock==3.7.0 | ||
pytest-randomly==3.11.0 | ||
pytest-timeout==2.1.0 | ||
pytest-freezegun==0.4.2 | ||
freezegun==1.1.0 | ||
freezegun==1.2.1 | ||
coverage==6.3.2 | ||
looptime==0.2 | ||
|
||
asynctest==0.13.0 | ||
asynctest==0.13.0 # this library has to be installed to properly work with ipv8 TestBase. |
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
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
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