forked from mirrors/nixpkgs
python.pkgs.praw: use pytest_3
This commit is contained in:
parent
fc2a5acd03
commit
a876267dee
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, buildPythonPackage, fetchFromGitHub
|
||||
, requests, decorator, flake8, mock, six, update_checker, pytestrunner, prawcore
|
||||
, pytest, betamax, betamax-serializers, betamax-matchers, requests_toolbelt
|
||||
, pytest_3, betamax, betamax-serializers, betamax-matchers, requests_toolbelt
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
checkInputs = [
|
||||
pytest
|
||||
pytest_3
|
||||
betamax
|
||||
betamax-serializers
|
||||
betamax-matchers
|
||||
|
|
Loading…
Reference in a new issue