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

Fix Windows tests #608

Merged
merged 4 commits into from
Jan 7, 2017
Merged

Fix Windows tests #608

merged 4 commits into from
Jan 7, 2017

Conversation

jhamrick
Copy link
Member

@jhamrick jhamrick commented Jan 5, 2017

Fixes #599 (I think)

@lgpage if you could see if this helps on conda forge that would be great -- I think the issue really is just spurious test cases so I added in a pytest plugin that will rerun failed tests. This fixed the test failures at least on the Jenkins build server, so I'm hoping it will on appveyor too.

(There are a few other changes in this PR that address issues I was having with getting the tests to run on Jenkins, but the main thing is adding the pytest-rerunfailures to the dev requirements and then adding --rerun=1 to the pytest command).

@jhamrick jhamrick added the bugfix label Jan 5, 2017
@jhamrick jhamrick added this to the 0.3.2 milestone Jan 5, 2017
@jhamrick
Copy link
Member Author

jhamrick commented Jan 7, 2017

I am going to go ahead and merge this, but I won't cut the patch release @lgpage until I know the tests on appveyor are passing -- happy to make another PR if there are still things to fix!

@jhamrick jhamrick merged commit 1e2b637 into jupyter:master Jan 7, 2017
@jhamrick jhamrick deleted the windows-tests branch January 7, 2017 23:27
jhamrick added a commit to jhamrick/nbgrader that referenced this pull request Jan 7, 2017
Fixes jupyter#599 (I think)

@lgpage if you could see if this helps on conda forge that would be great -- I *think* the issue really is just spurious test cases so I added in a pytest plugin that will rerun failed tests. This fixed the test failures at least on the Jenkins build server, so I'm hoping it will on appveyor too.

(There are a few other changes in this PR that address issues I was having with getting the tests to run on Jenkins, but the main thing is adding the `pytest-rerunfailures` to the dev requirements and then adding `--rerun=1` to the pytest command).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix running of invoke on windows
1 participant