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 {
|
||||
pname = "requests-file";
|
||||
@ -11,6 +11,8 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ requests six ];
|
||||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/dashea/requests-file";
|
||||
description = "Transport adapter for fetching file:// URLs with the requests python library";
|
||||
|
Loading…
Reference in New Issue
Block a user