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

Fails to produce xml on Python 3.4 on Windows #1

Closed
tonybaloney opened this issue Jul 15, 2019 · 5 comments
Closed

Fails to produce xml on Python 3.4 on Windows #1

tonybaloney opened this issue Jul 15, 2019 · 5 comments
Labels
bug Something isn't working

Comments

@tonybaloney
Copy link
Collaborator

As noticed in https://dev.azure.com/AnthonyShaw/pytest-azurepipelines/_build/results?buildId=406&view=logs

platform win32 -- Python 3.4.4, pytest-4.6.4, py-1.8.0, pluggy-0.12.0 -- c:\hostedtoolcache\windows\python\3.4.4\x64\python.exe
cachedir: .pytest_cache
rootdir: D:\a\1\s\tests, inifile: pytest.ini
plugins: azurepipelines-0.8.0, nunit-0.1.0
collecting ... collected 6 items / 2 deselected / 4 selected

tests\test_azurepipelines.py::test_bar_fixture PASSED                    [ 25%]
tests\test_azurepipelines.py::test_warning_output PASSED                 [ 50%]
tests\test_azurepipelines.py::test_doctest PASSED                        [ 75%]
##[warning]Failed to publish test results: Could not find file 'D:\a\1\s\test-output.xml'.
Skipping uploading of coverage data.
@tonybaloney
Copy link
Collaborator Author

Related to setuptools being discontinued in Python 3.4.

@tonybaloney
Copy link
Collaborator Author

Fixed in 0.2.1

@tonybaloney
Copy link
Collaborator Author

Issue still exists. Package is installed but output is not created (or is in the wrong place?)

@tonybaloney tonybaloney reopened this Jul 15, 2019
@tonybaloney tonybaloney added the bug Something isn't working label Jul 15, 2019
@tonybaloney
Copy link
Collaborator Author

Anyone who has access to Windows, if they can run the tox suite on Python 3.4 it should reproduce the issue

@tonybaloney
Copy link
Collaborator Author

Unable to repro, this was actually another issue. Have added tox for future use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant