mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
Merge pull request #124547 from hrhino/fix/python3Packages/acoustics
acoustics: fix
This commit is contained in:
commit
4d77eeb3a1
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkPhase = ''
|
||||
pushd tests
|
||||
py.test ./.
|
||||
py.test -Wignore::DeprecationWarning ./.
|
||||
popd
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user