Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Reduce dupe between tests.py and matplotlib.test#5330

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

mdboom
Copy link
Member

@@ -64,21 +64,14 @@ install:
pip install --upgrade setuptools
# Install only from travis wheelhouse
- if [ -z "$PRE" ]; then
wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing pillow sphinx!=1.3.0;
wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing pillow sphinx!=1.3.0 mock;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

mock shouldn't be necessary on Python 3, unless we're using something really new from 3.5.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

However, it appears all imports prefer the Python 3 location, so this should be harmless.

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Yeah -- I thought it simplest to just always do it.

@tacaswelltacaswell added this to thenext bug fix release (2.0.1) milestoneOct 28, 2015
@mdboom
Copy link
MemberAuthor

#5338 builds the docs on Python 3.5

@tacaswell
Copy link
Member

pep8 is also run on 2.7. That one seems safe to just flip to 3.5 now as well.

@mdboommdboomforce-pushed thereduce-testing-duplication branch 2 times, most recently from606ccb9 tof9e7255CompareOctober 28, 2015 15:12
@mdboommdboomforce-pushed thereduce-testing-duplication branch fromf9e7255 toa4715f9CompareOctober 28, 2015 21:22
tacaswell added a commit that referenced this pull requestOct 28, 2015
TST: Reduce dupe between tests.py and matplotlib.test
@tacaswelltacaswell merged commit0b4a897 intomatplotlib:masterOct 28, 2015
@mdboommdboom deleted the reduce-testing-duplication branchNovember 10, 2015 02:46
QuLogic pushed a commit to QuLogic/matplotlib that referenced this pull requestOct 16, 2016
…tionTST: Reduce dupe between tests.py and matplotlib.test Conflicts:.travis.yml
@QuLogicQuLogic mentioned this pull requestOct 16, 2016
@QuLogic
Copy link
Member

Backported to v2.x viaf9cb9cf.

@QuLogicQuLogic modified the milestones:2.0.1 (next bug fix release),2.0 (style change major release)Dec 7, 2016
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
v2.0.0
Development

Successfully merging this pull request may close these issues.

4 participants
@mdboom@tacaswell@QuLogic@jenshnielsen

[8]ページ先頭

©2009-2025 Movatter.jp