summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-asyncio/tests.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pytest-asyncio/tests.nix')
-rw-r--r--pkgs/development/python-modules/pytest-asyncio/tests.nix17
1 files changed, 8 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/pytest-asyncio/tests.nix b/pkgs/development/python-modules/pytest-asyncio/tests.nix
index 7fd26c85488d..d5f8ead94cbe 100644
--- a/pkgs/development/python-modules/pytest-asyncio/tests.nix
+++ b/pkgs/development/python-modules/pytest-asyncio/tests.nix
@@ -1,9 +1,10 @@
-{ buildPythonPackage
-, flaky
-, hypothesis
-, pytest-asyncio
-, pytest-trio
-, pytestCheckHook
+{
+ buildPythonPackage,
+ flaky,
+ hypothesis,
+ pytest-asyncio,
+ pytest-trio,
+ pytestCheckHook,
}:
buildPythonPackage {
@@ -17,9 +18,7 @@ buildPythonPackage {
dontBuild = true;
dontInstall = true;
- propagatedBuildInputs = [
- pytest-asyncio
- ];
+ propagatedBuildInputs = [ pytest-asyncio ];
nativeCheckInputs = [
flaky