Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:languages:python:backports
python-pytest-mypy
indirect-test-new-mypy.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File indirect-test-new-mypy.patch of Package python-pytest-mypy
Index: pytest-mypy-0.9.1/tests/test_pytest_mypy.py =================================================================== --- pytest-mypy-0.9.1.orig/tests/test_pytest_mypy.py +++ pytest-mypy-0.9.1/tests/test_pytest_mypy.py @@ -305,10 +305,10 @@ def test_mypy_indirect(testdir, xdist_ar }, ) result = testdir.runpytest_subprocess("--mypy", *xdist_args, str(pyfile)) - mypy_file_checks = 1 - mypy_status_check = 1 + mypy_file_checks = 2 + mypy_status_check = 0 result.assert_outcomes(passed=mypy_file_checks, failed=mypy_status_check) - assert result.ret != 0 + assert result.ret == 0 def test_api_error_formatter(testdir, xdist_args):
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor