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

Make running dev tests comparing toolz to cytoolz more strict. #58

Merged
merged 2 commits into from
Mar 22, 2015

Conversation

eriknw
Copy link
Member

@eriknw eriknw commented Mar 20, 2015

Also, cytoolz may be tested when toolz is not installed.
Releases of cytoolz have no dependencies besides a C compiler.
Development versions of cytoolz required Cython.
Testing cytoolz requires nose.

Motivated by #57

Also, cytoolz may be tested when toolz is not installed.
Releases of cytoolz have no dependencies besides a C compiler.
pytest (without nose installed) can run all tests, including dev tests.
@eriknw
Copy link
Member Author

eriknw commented Mar 22, 2015

This PR ensures cytoolz has no Python dependencies (except Cython if building C files) for any mode (dev, release). This includes tests. nose and toolz are never required. Testing with py.test works just fine.

Merging.

eriknw added a commit that referenced this pull request Mar 22, 2015
Make running dev tests comparing toolz to cytoolz more strict.
@eriknw eriknw merged commit 18f7a9f into pytoolz:master Mar 22, 2015
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.

1 participant