8 buildPythonPackage rec {
9 pname = "pytest-remotedata";
13 inherit pname version;
14 sha256 = "e20c58d4b7c359c4975dc3c3d3d67be0905180d2368be0be3ae09b15a136cfc0";
17 buildInputs = [ pytest ];
19 propagatedBuildInputs = [
28 # these tests require a network connection
29 pytest --ignore tests/test_strict_check.py
33 description = "Pytest plugin for controlling remote data access";
34 homepage = "https://astropy.org";
35 license = licenses.bsd3;
36 maintainers = [ maintainers.costrouc ];