Open kloczek opened 3 years ago
After switrching to autogenerated fron git tag tar ball and pytest:
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-pyScss-1.3.7-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-pyScss-1.3.7-2.fc35.x86_64/usr/lib/python3.8/site-packages
+ /usr/bin/python3 -Bm pytest -ra
=========================================================================== test session starts ============================================================================
platform linux -- Python 3.8.9, pytest-6.2.3, py-1.10.0, pluggy-0.13.1
rootdir: /home/tkloczko/rpmbuild/BUILD/pyScss-1.3.7
plugins: forked-1.3.0, shutil-1.7.0, virtualenv-1.7.0, asyncio-0.14.0, expect-1.1.0, cov-2.11.1, mock-3.5.1, httpbin-1.0.0, xdist-2.2.1, flake8-1.0.7, timeout-1.4.2, betamax-0.8.1, pyfakefs-4.4.0, freezegun-0.4.2, cases-3.4.6, hypothesis-6.10.1, case-1.5.3, isort-1.3.0, aspectlib-1.5.2, flaky-3.7.0
collected 0 items / 1 error
================================================================================== ERRORS ==================================================================================
______________________________________________________________________ ERROR collecting test session _______________________________________________________________________
Direct construction of SassFile has been deprecated, please use SassFile.from_parent.
See https://docs.pytest.org/en/stable/deprecations.html#node-construction-changed-to-node-from-parent for more details.
============================================================================= warnings summary =============================================================================
scss/compiler.py:1430
/home/tkloczko/rpmbuild/BUILD/pyScss-1.3.7/scss/compiler.py:1430: DeprecationWarning: invalid escape sequence \:
result = tb * (i + nesting) + "@media -sass-debug-info{filename{font-family:file\:\/\/%s}line{font-family:\\00003%s}}" % (filename, lineno) + nl
scss/cssdefs.py:497
/home/tkloczko/rpmbuild/BUILD/pyScss-1.3.7/scss/cssdefs.py:497: DeprecationWarning: invalid escape sequence \s
_has_code_re = re.compile('''
scss/namespace.py:172: 154 warnings
/home/tkloczko/rpmbuild/BUILD/pyScss-1.3.7/scss/namespace.py:172: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
argspec = inspect.getargspec(function)
scss/selector.py:26
/home/tkloczko/rpmbuild/BUILD/pyScss-1.3.7/scss/selector.py:26: FutureWarning: Possible nested set at position 329
SELECTOR_TOKENIZER = re.compile(r'''
-- Docs: https://docs.pytest.org/en/stable/warnings.html
========================================================================= short test summary info ==========================================================================
ERROR
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
====================================================================== 157 warnings, 1 error in 0.29s ======================================================================
Just tested 1.4.0 and pyetes is failing in one unit and shows many warnings
Gentle ping 😄 Just retested with latest pytest and there are more failing units and warnings
gentle ping .. 😋
Gentle ping again 🤔