python3Packages.pytest-asyncio: 0.26.0 -> 1.1.0
https://github.com/pytest-dev/pytest-asyncio/blob/v1.1.0/docs/reference/changelog.rst
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-asyncio";
|
||||
version = "0.26.0"; # N.B.: when updating, tests bleak and aioesphomeapi tests
|
||||
version = "1.1.0"; # N.B.: when updating, tests bleak and aioesphomeapi tests
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pytest-dev";
|
||||
repo = "pytest-asyncio";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-GEhFwwQCXwtqfSiew/sOvJYV3JREqOGD4fQONlRR/Mw=";
|
||||
hash = "sha256-+dLOzMPKI3nawfyZVZZ6hg6OkaEGZBp8oC5VIr7y0es=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
||||
Reference in New Issue
Block a user