Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dev requirements. #95

Merged
merged 1 commit into from Oct 10, 2020
Merged

Conversation

hodgestar
Copy link
Contributor

@hodgestar hodgestar commented Oct 10, 2020

At the moment this just install pytest and pytest-xdist so that contributors can easily see what's needed to run the tests.

This allows one to do pip install -e '.[dev]' to get the pytest requirements.

Copy link

@kimvanwyk kimvanwyk left a comment

Works for me, with these commands in a fresh venv:

python setup.py install
pip install -e .[dev]

All tests pass with

pytest -n auto test

@hodgestar hodgestar merged commit 966c042 into master Oct 10, 2020
14 checks passed
@hodgestar hodgestar deleted the feature/add-dev-requirements-to-setup-py branch Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants