pythonPackages: deprecate pytest_xdist alias
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, requests, pytest, pytest-cov, pytest-mock, pytest_xdist }:
|
||||
{ lib, buildPythonPackage, fetchPypi, requests, pytest, pytest-cov, pytest-mock, pytest-xdist }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "stripe";
|
||||
@@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ requests ];
|
||||
|
||||
checkInputs = [ pytest pytest-cov pytest-mock pytest_xdist ];
|
||||
checkInputs = [ pytest pytest-cov pytest-mock pytest-xdist ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Stripe Python bindings";
|
||||
|
||||
Reference in New Issue
Block a user