From f49def4bc835f7f96dfac5b535487ac7c32f8713 Mon Sep 17 00:00:00 2001 From: Julen Landa Alustiza Date: Dec 10 2019 12:25:57 +0000 Subject: Add requirements-testing.txt with test suite dependencies --- diff --git a/README.rst b/README.rst index 66bdc9e..edb3259 100644 --- a/README.rst +++ b/README.rst @@ -73,3 +73,8 @@ The tests here require the *test suite* of pagure itself to work. You have to 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 diff --git a/requirements-testing.txt b/requirements-testing.txt new file mode 100644 index 0000000..1284c92 --- /dev/null +++ b/requirements-testing.txt @@ -0,0 +1 @@ +pdc_client \ No newline at end of file