Merge pull request #124547 from hrhino/fix/python3Packages/acoustics

acoustics: fix
This commit is contained in:
Robert Scott 2021-05-27 00:01:20 +01:00 committed by GitHub
commit 4d77eeb3a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ buildPythonPackage rec {
checkPhase = ''
pushd tests
py.test ./.
py.test -Wignore::DeprecationWarning ./.
popd
'';