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

pytest-shutil fails its tests with python 3.7 #92

Closed
heirecka opened this issue Aug 29, 2018 · 2 comments
Closed

pytest-shutil fails its tests with python 3.7 #92

heirecka opened this issue Aug 29, 2018 · 2 comments

Comments

@heirecka
Copy link

======================================================== test session starts ========================================================
platform linux -- Python 3.7.0, pytest-3.6.3, py-1.5.3, pluggy-0.6.0
rootdir: /var/tmp/paludis/build/dev-python-pytest-shutil-1.3.0/work/PYTHON_ABIS/3.7/pytest-shutil-1.3.0, inifile: setup.cfg
plugins: expect-1.1.0, cov-2.5.1, pyfakefs-3.4.3, hypothesis-3.66.6
collected 54 items                                                                                                                  

tests/integration/test_env_integration.py ....                                                                                [  7%]
tests/integration/test_run_integration.py ................x..                                                                 [ 42%]
tests/integration/test_workspace_integration.py ..                                                                            [ 46%]
tests/unit/test_cmdline.py E..E                                                                                               [ 53%]
tests/unit/test_env.py .......                                                                                                [ 66%]
tests/unit/test_run.py .......x..xxxxxxxx                                                                                     [100%]

============================================================== ERRORS ===============================================================
___________________________________________________ ERROR at setup of test_umask ____________________________________________________
file /var/tmp/paludis/build/dev-python-pytest-shutil-1.3.0/work/PYTHON_ABIS/3.7/pytest-shutil-1.3.0/tests/unit/test_cmdline.py, line 7
  def test_umask(workspace):
E       fixture 'workspace' not found
>       available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, cov, doctest_namespace, fs, monkeypatch, pytestconfig, record_property, record_xml_attribute, record_xml_property, recwarn, tmpdir, tmpdir_factory                                   
>       use 'pytest --fixtures [testpath]' for help on them.

/var/tmp/paludis/build/dev-python-pytest-shutil-1.3.0/work/PYTHON_ABIS/3.7/pytest-shutil-1.3.0/tests/unit/test_cmdline.py:7
_________________________________________________ ERROR at setup of test_copy_files _________________________________________________
file /var/tmp/paludis/build/dev-python-pytest-shutil-1.3.0/work/PYTHON_ABIS/3.7/pytest-shutil-1.3.0/tests/unit/test_cmdline.py, line 32
  def test_copy_files(workspace):
E       fixture 'workspace' not found
>       available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, cov, doctest_namespace, fs, monkeypatch, pytestconfig, record_property, record_xml_attribute, record_xml_property, recwarn, tmpdir, tmpdir_factory                                   
>       use 'pytest --fixtures [testpath]' for help on them.

/var/tmp/paludis/build/dev-python-pytest-shutil-1.3.0/work/PYTHON_ABIS/3.7/pytest-shutil-1.3.0/tests/unit/test_cmdline.py:32
========================================== 42 passed, 10 xfailed, 2 error in 27.69 seconds ==========================================
@jcfr
Copy link
Contributor

jcfr commented May 28, 2019

@eeaston This issue can now be closed. pytest-shutil are passing with Python 3.7. See https://circleci.com/gh/manahl/pytest-plugins/1537?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link

@eeaston
Copy link
Collaborator

eeaston commented May 28, 2019

Closing as passing on master, thanks

@eeaston eeaston closed this as completed May 28, 2019
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

No branches or pull requests

3 participants