python3Packages.autobahn: pin to pytest-asyncio 0.x
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
pygobject3,
|
||||
pyopenssl,
|
||||
qrcode,
|
||||
pytest-asyncio,
|
||||
pytest-asyncio_0,
|
||||
python-snappy,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
@@ -35,8 +35,6 @@ buildPythonPackage rec {
|
||||
version = "24.4.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "crossbario";
|
||||
repo = "autobahn-python";
|
||||
@@ -63,7 +61,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
mock
|
||||
pytest-asyncio
|
||||
pytest-asyncio_0
|
||||
pytestCheckHook
|
||||
]
|
||||
++ optional-dependencies.scram
|
||||
|
||||
Reference in New Issue
Block a user