about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiomisc-pytest/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2024-03-13 00:36:34 +0100
committerVladimír Čunát <v@cunat.cz>2024-03-13 00:36:34 +0100
commitcd20c0c426cc7d5cbba6fdeeda19166787809500 (patch)
treee96c0a1fa0704b5807b4b202dd0cf3403a345f8e /pkgs/development/python-modules/aiomisc-pytest/default.nix
parent14feac318eefa31d936d9b6a2aacb1928899abfe (diff)
parent20eae76661fb92857beb6f56141ab5469da22d7b (diff)
downloadnixlib-cd20c0c426cc7d5cbba6fdeeda19166787809500.tar
nixlib-cd20c0c426cc7d5cbba6fdeeda19166787809500.tar.gz
nixlib-cd20c0c426cc7d5cbba6fdeeda19166787809500.tar.bz2
nixlib-cd20c0c426cc7d5cbba6fdeeda19166787809500.tar.lz
nixlib-cd20c0c426cc7d5cbba6fdeeda19166787809500.tar.xz
nixlib-cd20c0c426cc7d5cbba6fdeeda19166787809500.tar.zst
nixlib-cd20c0c426cc7d5cbba6fdeeda19166787809500.zip
Merge branch 'staging' into staging-next
Diffstat (limited to 'pkgs/development/python-modules/aiomisc-pytest/default.nix')
-rw-r--r--pkgs/development/python-modules/aiomisc-pytest/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/aiomisc-pytest/default.nix b/pkgs/development/python-modules/aiomisc-pytest/default.nix
index 96c77b1d96ba..674aef1d02ef 100644
--- a/pkgs/development/python-modules/aiomisc-pytest/default.nix
+++ b/pkgs/development/python-modules/aiomisc-pytest/default.nix
@@ -5,6 +5,7 @@
 , poetry-core
 , pytest
 , pythonOlder
+, pythonRelaxDepsHook
 }:
 
 buildPythonPackage rec {
@@ -22,6 +23,11 @@ buildPythonPackage rec {
 
   nativeBuildInputs = [
     poetry-core
+    pythonRelaxDepsHook
+  ];
+
+  pythonRelaxDeps = [
+    "pytest"
   ];
 
   buildInputs = [