We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e39d1 commit 95c5622Copy full SHA for 95c5622
1 file changed
packages/oslo-concurrency.nix
@@ -52,7 +52,7 @@ python3Packages.buildPythonPackage rec {
52
];
53
54
checkPhase = ''
55
- stestr run --exclude-regex ".*lock_with.*"
+ stestr run --exclude-regex ".*lock_with.*|test_core_size"
56
'';
57
58
src = fetchPypi {
0 commit comments