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

Update tests to support PyTest 4.0 + #223

Open
smmaurer opened this issue Mar 23, 2020 · 0 comments
Open

Update tests to support PyTest 4.0 + #223

smmaurer opened this issue Mar 23, 2020 · 0 comments

Comments

@smmaurer
Copy link
Member

Some of our unit test syntax has been deprecated and removed in recent versions of PyTest.

For example, tests that directly called the df() fixture defined in test_mnl.py#L82 were raising errors when I worked on PR #222.

This shouldn't be too hard to fix, but will require going through and setting up some of the test data in alternative ways. It doesn't seem especially high-priority, though.

For now, I've pinned pytest at v3.10 in the Travis and AppVeyor scripts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants