python3Packages.praw: disable tests requiring network

This commit is contained in:
pacien
2023-10-29 19:52:21 +01:00
parent 09689ad135
commit 596d26111c
@@ -42,6 +42,11 @@ buildPythonPackage rec {
requests-toolbelt
];
disabledTestPaths = [
# tests requiring network
"tests/integration"
];
pythonImportsCheck = [
"praw"
];