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

Remove test dependency unittest2 #755

Merged
merged 1 commit into from
Mar 23, 2018
Merged

Remove test dependency unittest2 #755

merged 1 commit into from
Mar 23, 2018

Conversation

jdufresne
Copy link
Contributor

@jdufresne jdufresne commented Mar 23, 2018

As locust no longer support Python 2.6, there is no need to install unittest2. The unittest shipped with the Python 2.7+ stdlib is the same as unittest2.

Results in fewer dependencies and slightly faster installation during testing.

Python 2.6 support was removed in version 0.8.

As locust no longer support Python 2.6, there is no need to install
unittest2. The unittest shipped with the Python 2.7+ stdlib is the same
as unittest2.

Results in fewer dependencies and slightly faster installation during
testing.

Python support was removed in version 0.8.
@codecov
Copy link

codecov bot commented Mar 23, 2018

Codecov Report

Merging #755 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #755   +/-   ##
=======================================
  Coverage   65.13%   65.13%           
=======================================
  Files          14       14           
  Lines        1417     1417           
  Branches      222      222           
=======================================
  Hits          923      923           
  Misses        443      443           
  Partials       51       51

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 524ab52...9c20efa. Read the comment docs.

@cgoldberg cgoldberg merged commit aa741c9 into locustio:master Mar 23, 2018
@cgoldberg
Copy link
Member

@jdufresne thanks!

@cgoldberg cgoldberg added this to the 0.9.0 milestone Apr 24, 2018
@jdufresne jdufresne deleted the unittest2 branch October 19, 2019 23:27
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