Skip to content

Commit 5f8442d

Browse files
committed
Point to current requirements files, delete trailing whitespace
1 parent d5cb437 commit 5f8442d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ of being accepted.*
1212

1313
Consulate test suite has a couple of requirements:
1414

15-
* Dependencies from [requirements/testing.txt](requirements/testing.txt) are installed
15+
* Dependencies from [requires/testing.txt](requires/testing.txt) are installed
1616
* Local Docker and [docker-compose](https://docs.docker.com/compose/)
1717

1818
## Installing Dependencies
@@ -28,8 +28,8 @@ source env/bin/activate
2828
To install the dependencies needed to run Consulate tests, use
2929

3030
```bash
31-
pip install -r requirements/testing.txt
32-
```
31+
pip install -r requires/testing.txt
32+
```
3333

3434
## Starting the test dependency
3535

@@ -38,7 +38,7 @@ Prior to running tests, ensure that Consul is running via Docker using:
3838
```bash
3939
./bootstrap
4040
```
41-
41+
4242
This script uses [docker-compose](https://docs.docker.com/compose/) to launch a Consul server container that is
4343
pre-configured for the tests. In addition, it configures `build/test-environment` that is loaded
4444
by the tests with configuration information for connecting to Consul.
@@ -56,5 +56,5 @@ with ``pep8`` style prior to issuing your pull request. In addition, run
5656
``flake8`` to look for any style errors prior to submitting your PR.
5757

5858
Both are included when the test requirements are installed. If you are fixing
59-
formatting for existing code, please separate code-reformatting commits from
59+
formatting for existing code, please separate code-reformatting commits from
6060
functionality changes.

0 commit comments

Comments
 (0)