9 buildPythonPackage rec {
10 pname = "pytest-testmon";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-PVLXOBTo2xnMBM4wyvrmGgyztW0ajGxMU+oIhrjZiw8=";
25 propagatedBuildInputs = [
29 # The project does not include tests since version 1.3.0
32 pythonImportsCheck = [
37 description = "Pytest plug-in which automatically selects and re-executes only tests affected by recent changes";
38 homepage = "https://github.com/tarpas/pytest-testmon/";
39 license = licenses.mit;
40 maintainers = with maintainers; [ dmvianna ];