Skip to content

Update CI config and add Python 3.7 #29

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

Merged
merged 6 commits into from
May 22, 2019
Merged

Conversation

hackebrot
Copy link
Owner

🤖

@hackebrot hackebrot added the enhancement New feature or enhancement for pytest-cookies label May 22, 2019
@hackebrot
Copy link
Owner Author

Looks like for several test jobs on AppVeyor pytest fails to detect pytest-cookies even though it installs successfully 🤖

py36 installed: [...] pytest==4.5.0,pytest-cookies==0.3.0
py36 run-test: commands[0] | pytest tests
========================= test session starts =========================
platform win32 -- Python 3.6.8, pytest-4.5.0, py-1.8.0, pluggy-0.11.0
cachedir: .tox\py36\.pytest_cache
rootdir: C:\projects\pytest-cookies
collected 15 items
tests\test_cookies.py FFFFFFFFFFFFF                              [ 86%]
tests\test_help_message.py F                                     [ 93%]
tests\test_user_config.py F                                      [100%]

The log for Python 3.7 shows that enabling the plugin works? 😕

py37 installed: [...] pytest==4.5.0,pytest-cookies==0.3.0
py37 run-test: commands[0] | pytest tests
========================= test session starts =========================
platform win32 -- Python 3.7.3, pytest-4.5.0, py-1.8.0, pluggy-0.11.0
cachedir: .tox\py37\.pytest_cache
rootdir: C:\projects\pytest-cookies
plugins: cookies-0.3.0
collected 15 items
tests\test_cookies.py .............                              [ 86%]
tests\test_help_message.py .                                     [ 93%]
tests\test_user_config.py .                                      [100%]

@hackebrot hackebrot force-pushed the update-ci-config-add-py37 branch from 79cbaef to 401c9c4 Compare May 22, 2019 08:59
@hackebrot
Copy link
Owner Author

Setting download = true in tox did the trick! 🤷‍♂

@hackebrot hackebrot merged commit 9856d70 into master May 22, 2019
@hackebrot hackebrot deleted the update-ci-config-add-py37 branch May 22, 2019 09:17
@hackebrot
Copy link
Owner Author

@hackebrot hackebrot modified the milestone: v0.4.0 May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or enhancement for pytest-cookies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant