pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
nativeBuildInputs = [ setuptools_scm toml ];
|
||||
propagatedBuildInputs = [ six ];
|
||||
|
||||
checkInputs = [ pytest keyring ] ++ stdenv.lib.optional (pythonOlder "3.3") backports_unittest-mock;
|
||||
checkInputs = [ pytest keyring ] ++ lib.optional (pythonOlder "3.3") backports_unittest-mock;
|
||||
|
||||
# heavily relies on importing tests from keyring package
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user