about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/textx/tests.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/textx/tests.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/textx/tests.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/textx/tests.nix b/nixpkgs/pkgs/development/python-modules/textx/tests.nix
index af910a16119f..488c276e910f 100644
--- a/nixpkgs/pkgs/development/python-modules/textx/tests.nix
+++ b/nixpkgs/pkgs/development/python-modules/textx/tests.nix
@@ -4,7 +4,7 @@
 , gprof2dot
 , html5lib
 , jinja2
-, memory_profiler
+, memory-profiler
 , psutil
 , pytestCheckHook
 , setuptools
@@ -30,7 +30,7 @@ buildPythonPackage {
     gprof2dot
     html5lib
     jinja2
-    memory_profiler
+    memory-profiler
     psutil
     pytestCheckHook
     setuptools