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

Use a smaller repository in the tests for speed. #1754

Merged
merged 1 commit into from
Apr 24, 2014
Merged

Conversation

alex
Copy link
Member

@alex alex commented Apr 24, 2014

Refs #1721

@alex
Copy link
Member Author

alex commented Apr 24, 2014

For comparison:

Before:

$ py.test tests/functional/test_install_upgrade.py -ktest_upgrade_vcs_req_with_dist_found                              🕒 2.44s
==================================================== test session starts =====================================================
platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
collected 20 items

tests/functional/test_install_upgrade.py .

============================== 19 tests deselected by '-ktest_upgrade_vcs_req_with_dist_found' ===============================
========================================== 1 passed, 19 deselected in 40.12 seconds ==========================================

After:

$ py.test tests/functional/test_install_upgrade.py -ktest_upgrade_vcs_req_with_dist_found
==================================================== test session starts =====================================================
platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
collected 20 items

tests/functional/test_install_upgrade.py .

============================== 19 tests deselected by '-ktest_upgrade_vcs_req_with_dist_found' ===============================
========================================== 1 passed, 19 deselected in 4.14 seconds ===========================================

dstufft added a commit that referenced this pull request Apr 24, 2014
Use a smaller repository in the tests for speed.
@dstufft dstufft merged commit 2486d66 into pypa:develop Apr 24, 2014
@alex alex deleted the patch-3 branch April 24, 2014 17:36
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 5, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants