python3Packages.requests-file: fix tests
This commit is contained in:
parent
a1af12dcdf
commit
aefee8624d
@ -1,4 +1,4 @@
|
|||||||
{ lib, fetchPypi, buildPythonPackage, requests, six }:
|
{ lib, fetchPypi, buildPythonPackage, pytestCheckHook, requests, six }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "requests-file";
|
pname = "requests-file";
|
||||||
@ -11,6 +11,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ requests six ];
|
propagatedBuildInputs = [ requests six ];
|
||||||
|
|
||||||
|
checkInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/dashea/requests-file";
|
homepage = "https://github.com/dashea/requests-file";
|
||||||
description = "Transport adapter for fetching file:// URLs with the requests python library";
|
description = "Transport adapter for fetching file:// URLs with the requests python library";
|
||||||
|
Loading…
Reference in New Issue
Block a user