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

acoustics: fix
launchpad/nixpkgs/master
Robert Scott 3 years ago committed by GitHub
commit 4d77eeb3a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/python-modules/acoustics/default.nix

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

Loading…
Cancel
Save