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

Consolidate test requirements in file #41

Merged
merged 1 commit into from
Sep 8, 2017

Conversation

balloob
Copy link
Contributor

@balloob balloob commented Sep 7, 2017

Test dependency mock was added to requirements.txt instead of being part of the test requirements. I also noticed that some of the test requirements only existed in travis.yml.

This PR creates a new file requirements_test.txt that contains all test requirements. They are referenced from setup.py via an "extras". travis.yml has been updated to install the test dependencies via the extras.

@balloob
Copy link
Contributor Author

balloob commented Sep 7, 2017

Tests are failing because the Travis variables are not made available to builds by PRs. Couldn't run the tests locally either because I didn't have the required constants. Soooooo… could use some help 😉

@bjinwright bjinwright merged commit 9ae199d into capless:master Sep 8, 2017
alastairmccormack pushed a commit to alastairmccormack/pycognito that referenced this pull request Feb 2, 2022
Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.4 to 5.5.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@coverage-5.4...coverage-5.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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