lol

python3Packages.radio_beam: 0.3.3 -> 0.3.4

- Upgrade to the latest upstream
- Fix checkInputs
- Include tests that were skipped previously

+6 -9
+6 -9
pkgs/development/python-modules/radio_beam/default.nix
··· 4 4 , setuptools-scm 5 5 , astropy 6 6 , numpy 7 + , matplotlib 7 8 , scipy 8 9 , six 9 10 , pytestCheckHook 10 - , pytest-doctestplus 11 + , pytest-astropy 11 12 }: 12 13 13 14 buildPythonPackage rec { 14 15 pname = "radio_beam"; 15 - version = "0.3.3"; 16 + version = "0.3.4"; 16 17 format = "pyproject"; 17 18 18 19 src = fetchPypi { 19 20 inherit version; 20 21 pname = "radio-beam"; 21 - sha256 = "e34902d91713ccab9f450b9d3e82317e292cf46a30bd42f9ad3c9a0519fcddcd"; 22 + sha256 = "e032257f1501303873f251c00c74b1188180785c79677fb4443098d517852309"; 22 23 }; 23 24 24 25 nativeBuildInputs = [ ··· 34 35 35 36 checkInputs = [ 36 37 pytestCheckHook 37 - pytest-doctestplus 38 + matplotlib 39 + pytest-astropy 38 40 ]; 39 - 40 - # Tests must be run in the build directory 41 - preCheck = '' 42 - cd build/lib 43 - ''; 44 41 45 42 meta = { 46 43 description = "Tools for Beam IO and Manipulation";