Merge pull request #124555 from hrhino/backport/fix/python3Packages/acoustics

acoustics: fix
This commit is contained in:
Sandro 2021-05-27 02:57:27 +02:00 committed by GitHub
commit 51cf39407b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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