python3Packages.google-cloud-storage: fix build

Remove nonexistent disabledTestPath (likely due to merge conflict
between master and python-unstable)

The file is now the same as it is on master
This commit is contained in:
Ryan Burns 2021-10-31 12:17:15 -07:00
parent 7ca1d48ff2
commit 244ad02102

View File

@ -54,7 +54,6 @@ buildPythonPackage rec {
"tests/system/test_bucket.py"
"tests/system/test_fileio.py"
"tests/system/test_kms_integration.py"
"tests/conformance/test_conformance.py" # requires docker
];
preCheck = ''