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

'mock' package missing in requirements.txt #97

Open
MarinBernard opened this issue Oct 3, 2020 · 1 comment · May be fixed by #99
Open

'mock' package missing in requirements.txt #97

MarinBernard opened this issue Oct 3, 2020 · 1 comment · May be fixed by #99

Comments

@MarinBernard
Copy link

Hi,

FYI, unit tests require the presence of the 'mock' package, which is not specified in requirements.txt.

@MarinBernard MarinBernard changed the title requirements.txt missing the 'mock' package 'mock' package missing in requirements.txt Oct 3, 2020
@jperville
Copy link

Hello @MarinBernard since python 3.3 MagicMock is part of the standard library ( see https://docs.python.org/3/library/unittest.mock.html ). I prepared a PR to make the tests run even on systems without the mock library installed in the systemwide packages.

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 a pull request may close this issue.

2 participants