mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python3Packages.periodictable: fix tests
This commit is contained in:
parent
6cfd954b06
commit
db42905a5a
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{lib, fetchPypi, buildPythonPackage, numpy, pyparsing}:
|
{lib, fetchPypi, buildPythonPackage, numpy, pyparsing, pytestcov, pytestCheckHook }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "periodictable";
|
pname = "periodictable";
|
||||||
|
@ -11,6 +11,8 @@ buildPythonPackage rec {
|
||||||
sha256 = "1d09c359468e2de74b43fc3a7dcb0d3d71e0ff53adb85995215d8d7796451af6";
|
sha256 = "1d09c359468e2de74b43fc3a7dcb0d3d71e0ff53adb85995215d8d7796451af6";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
checkInputs = [ pytestcov pytestCheckHook ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://www.reflectometry.org/danse/software.html";
|
homepage = "https://www.reflectometry.org/danse/software.html";
|
||||||
description = "an extensible periodic table of the elements prepopulated with data important to neutron and x-ray scattering experiments";
|
description = "an extensible periodic table of the elements prepopulated with data important to neutron and x-ray scattering experiments";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue