Skip to content

Commit

Permalink
Remove unittest-parallel dependency (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Oct 20, 2022
1 parent 5501a43 commit f986c6e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -343,13 +343,13 @@ Assuming you have ``>=python3.7`` installed, navigate to the directory where you
source .venv/bin/activate &&
pip install -r requirements-dev.txt &&
pre-commit install &&
python run_tests.py
python -m unittest
In case you want to run a single unittest for a newly developed scraper

.. code:: shell
python -m coverage run -m unittest tests.test_myscraper
python -m unittest tests.test_myscraper
FAQ
---
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Expand Up @@ -5,7 +5,6 @@ flake8>=3.8.3
flake8-printf-formatting>=1.1.0
pre-commit>=2.6.0
responses>=0.21.0
unittest-parallel>=1.5.0
mypy>=0.971
# language-tags>=1.0.0
# tld>=0.12.3
7 changes: 0 additions & 7 deletions run_tests.py

This file was deleted.

0 comments on commit f986c6e

Please sign in to comment.