mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.anyio: 4.14.0 -> 4.14.1
https://github.com/agronholm/anyio/blob/4.14.1/docs/versionhistory.rst
This commit is contained in:
parent
19d71d6403
commit
6d36abafd2
1 changed files with 3 additions and 2 deletions
|
|
@ -32,14 +32,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "anyio";
|
||||
version = "4.14.0";
|
||||
version = "4.14.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "agronholm";
|
||||
repo = "anyio";
|
||||
tag = version;
|
||||
hash = "sha256-g+2d/j3ke+RjwIYq0JyFfYxg80QXrura9Dsx7cQyMIQ=";
|
||||
hash = "sha256-LPNRNb1RuSVQqsI6aAAiYWC2c2CZAhFS67XW9OfbIiE=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools-scm ];
|
||||
|
|
@ -91,6 +91,7 @@ buildPythonPackage rec {
|
|||
"test_nonexistent_main_module"
|
||||
# 3 second timeout expired
|
||||
"test_keyboardinterrupt_during_test"
|
||||
"test_dynamic_async_fixture_access_does_not_hang"
|
||||
# racy with high thread count, see https://github.com/NixOS/nixpkgs/issues/448125
|
||||
"test_multiple_threads"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue