about summary refs log tree commit diff
path: root/pkgs/development/python-modules/opcua-widgets/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/opcua-widgets/default.nix')
-rw-r--r--pkgs/development/python-modules/opcua-widgets/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/opcua-widgets/default.nix b/pkgs/development/python-modules/opcua-widgets/default.nix
index 386ced76a918b..3034cb8fcc0f9 100644
--- a/pkgs/development/python-modules/opcua-widgets/default.nix
+++ b/pkgs/development/python-modules/opcua-widgets/default.nix
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     asyncua
   ];
 
-  pythonImportChecks = [ "opcua-widgets" ];
+  pythonImportsCheck = [ "uawidgets" ];
 
   #This test is broken, when updating this package check if the test was fixed.
   doCheck = false;