12 buildPythonPackage rec {
13 pname = "pytest-relaxed";
15 format = "setuptools";
17 disabled = pythonOlder "3.6";
20 inherit pname version;
21 hash = "sha256-U6c3Lj/qpSdAm7QDU/gTxZt2Dl2L1H5vb88YfF2W3Qw=";
28 propagatedBuildInputs = [
42 pythonImportsCheck = [
47 homepage = "https://pytest-relaxed.readthedocs.io/";
48 description = "Relaxed test discovery/organization for pytest";
49 changelog = "https://github.com/bitprophet/pytest-relaxed/blob/${version}/docs/changelog.rst";
50 license = licenses.bsd0;
51 maintainers = with maintainers; [ ];