about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-16 19:37:13 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-23 01:09:33 +0100
commit5aa214e4aa59285e2d9fba3836537fc48353f954 (patch)
tree4e114904133152487dc5a84333bc70475719d6ce
parentb49036c6525a08fe6dc438d67c5a89f0f9c8622e (diff)
python3Packages.starlette: don't test with pytest-asyncio
The upstream does not test with pytest-asyncio and it does cause
problems now.
-rw-r--r--pkgs/development/python-modules/starlette/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/starlette/default.nix b/pkgs/development/python-modules/starlette/default.nix
index 9612ac999cc86..1084a50be7707 100644
--- a/pkgs/development/python-modules/starlette/default.nix
+++ b/pkgs/development/python-modules/starlette/default.nix
@@ -12,7 +12,6 @@
 , requests
 , aiosqlite
 , databases
-, pytest-asyncio
 , pytestCheckHook
 , pythonOlder
 , trio
@@ -58,7 +57,6 @@ buildPythonPackage rec {
   checkInputs = [
     aiosqlite
     databases
-    pytest-asyncio
     pytestCheckHook
     trio
     typing-extensions