subliminal icon indicating copy to clipboard operation
subliminal copied to clipboard

unable to run test suite

Open razsteinmetz opened this issue 3 years ago • 1 comments

Having an issue trying to run the test suite, it might be my inexperience with test suites... with python 3.9.6, windows 10.

python setup.py test

writing subliminal.egg-info\PKG-INFO
writing dependency_links to subliminal.egg-info\dependency_links.txt
writing entry points to subliminal.egg-info\entry_points.txt
writing requirements to subliminal.egg-info\requires.txt
writing top-level names to subliminal.egg-info\top_level.txt
adding license file 'LICENSE' (matched pattern 'LICEN[CS]E*')
reading manifest file 'subliminal.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'subliminal.egg-info\SOURCES.txt'
running build_ext
c:\test\subliminal-master\.eggs\pep8-1.7.1-py3.9.egg\pep8.py:110: FutureWarning: Possible nested set at position 1
  EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]')
================================================= test session starts =================================================
platform win32 -- Python 3.9.6, pytest-6.2.4, py-1.10.0, pluggy-1.0.0.dev0
rootdir: C:\test\subliminal-master, configfile: pytest.ini
plugins: pep8-1.0.6, flakes-4.0.3, cov-2.12.1
collected 0 items / 1 error

======================================================= ERRORS ========================================================
____________________________________________ ERROR collecting test session ____________________________________________
Direct construction of Pep8Item has been deprecated, please use Pep8Item.from_parent.
See https://docs.pytest.org/en/stable/deprecations.html#node-construction-changed-to-node-from-parent for more details.
=============================================== short test summary info ===============================================
ERROR
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
================================================== 1 error in 0.21s ===================================================

razsteinmetz avatar Aug 19 '21 14:08 razsteinmetz

Please see the changes in #1041 which gets the tests to run but still some fail.

cclauss avatar Nov 06 '21 21:11 cclauss