Skip to content

Commit

Permalink
Tests: mv requirements_test.txt -> test/requirements.txt (smicallef#1197
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bcoles committed Jun 24, 2021
1 parent d55496f commit 8d91f01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_install:
- python -m pip install --upgrade pip

install:
- python -m pip install codecov -r requirements_test.txt
- python -m pip install codecov -r test/requirements.txt

script:
- python -m pytest --flake8 -n auto --dist loadfile --durations=5 --cov-report term --cov=. .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#
# Running spiderfoot unit tests in container
#
# sudo docker build -t spiderfoot-test --build-arg REQUIREMENTS=requirements_test.txt .
# sudo docker build -t spiderfoot-test --build-arg REQUIREMENTS=test/requirements.txt .
# sudo docker run --rm spiderfoot-test -m pytest --flake8 .

FROM alpine:3.12.4 AS build
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt → test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements.txt
-r ../requirements.txt
darglint==1.5.4
dlint==0.10.3
flake8==3.9.2
Expand Down

0 comments on commit 8d91f01

Please sign in to comment.