python3Packages.opower: fix tests
This commit is contained in:
@@ -41,6 +41,11 @@ buildPythonPackage rec {
|
||||
python-dotenv
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# network access
|
||||
"tests/test_opower.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "opower" ];
|
||||
|
||||
disabledTests = [
|
||||
|
||||
Reference in New Issue
Block a user