Merge pull request #124555 from hrhino/backport/fix/python3Packages/acoustics
acoustics: fix
This commit is contained in:
commit
51cf39407b
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pushd tests
|
pushd tests
|
||||||
py.test ./.
|
py.test -Wignore::DeprecationWarning ./.
|
||||||
popd
|
popd
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user