#87 Add requirements-testing.txt with test suite dependencies
Merged 4 years ago by pingou. Opened 4 years ago by jlanda.
jlanda/pagure-dist-git requirements-testing  into  master

file modified
+5
@@ -73,3 +73,8 @@ 

  modify your PYTHONPATH to find them. Run with::

  

      $ PYTHONPATH=.:/path/to/pagure/checkout nosetests dist_git_auth_tests.py

+ 

+ You can use our requirements-testing.txt to install testing dependencies with pip:

+     $ pip install -r /path/to/pagure/checkout/requirements.txt

+     $ pip install -r /path/to/pagure/checkout/requirements-testing.txt

+     $ pip install -r requirements-testing.txt 

\ No newline at end of file

@@ -0,0 +1,1 @@ 

+ pdc_client 

\ No newline at end of file

Since I had to figure them out, add requirements-testing.txt with test dependencies

Let's not pin down the version and I think a number (most?) of them are dependencies of pagure.

rebased onto 4dc7a452c9a68abc0b5c4dd39fd87d55afc9fe79

4 years ago

Let's not pin down the version and I think a number (most?) of them are dependencies of pagure.

done

Looks good to me, thanks!

rebased onto f49def4

4 years ago

Pull-Request has been merged by pingou

4 years ago
Metadata