Skip to content

Instantly share code, notes, and snippets.

@nicoddemus
Created November 21, 2016 10:44
Show Gist options
  • Save nicoddemus/c09898845711f2bcdabcb56742c7a779 to your computer and use it in GitHub Desktop.
Save nicoddemus/c09898845711f2bcdabcb56742c7a779 to your computer and use it in GitHub Desktop.
=========================== pytest-warning summary ============================
WW0 in testing\acceptance_test.py:629 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\deprecated_test.py:62 the following warning was recorded:
.tox\py35\lib\site-packages\_pytest\recwarn.py:65: DeprecationWarning: use of getfuncargvalue is deprecated, use getfixturevalue
old_warn(message, category, *args, **kwargs)
WW0 in testing\test_collection.py:350 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site.py:429: DeprecationWarning: 'U' mode is deprecated
fp = open(filename, "rU")
WW0 in testing\test_nose.py:280 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_parseopt.py:35 the following warning was recorded:
.tox\py35\lib\site-packages\_pytest\python.py:154: DeprecationWarning: type argument to addoption() is a string 'int'. For parsearg this should be a type. (options: ('-t',))
testfunction(**testargs)
WW0 in testing\test_parseopt.py:35 the following warning was recorded:
.tox\py35\lib\site-packages\_pytest\python.py:154: DeprecationWarning: type argument to addoption() is a string 'string'. For parsearg this should be a type. (options: ('-t',))
testfunction(**testargs)
WW0 in testing\test_parseopt.py:35 the following warning was recorded:
.tox\py35\lib\site-packages\_pytest\python.py:154: DeprecationWarning: type argument to addoption() is a string 'choice'. For parsearg this is optional and when supplied should be a type. (options: ('-t',))
testfunction(**testargs)
WW0 in testing\test_parseopt.py:166 the following warning was recorded:
.tox\py35\lib\site-packages\_pytest\config.py:484: DeprecationWarning: type argument to addoption() is a string 'int'. For parsearg this should be a type. (options: ('--this',))
self._anonymous.addoption(*opts, **attrs)
WW0 in testing\test_parseopt.py:166 the following warning was recorded:
.tox\py35\lib\site-packages\_pytest\config.py:484: DeprecationWarning: type argument to addoption() is a string 'string'. For parsearg this should be a type. (options: ('--hello',))
self._anonymous.addoption(*opts, **attrs)
WW0 in testing\test_parseopt.py:265 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\re.py:182: DeprecationWarning: bad escape \W
return _compile(pattern, flags).sub(repl, string, count)
WW0 in testing\test_recwarn.py:6 the following warning was recorded:
test_recwarn_functional.py:5: UserWarning: hello
warnings.warn("hello")
WW0 in testing\test_recwarn.py:23 the following warning was recorded:
xyz:13: UserWarning: hello
WW0 in testing\test_recwarn.py:23 the following warning was recorded:
testing\test_recwarn.py:32: DeprecationWarning: hello
py.std.warnings.warn(DeprecationWarning("hello"))
WW0 in testing\test_recwarn.py:85 the following warning was recorded:
.tox\py35\lib\site-packages\_pytest\recwarn.py:65: DeprecationWarning: is deprecated
old_warn(message, category, *args, **kwargs)
WW0 in testing\test_recwarn.py:88 the following warning was recorded:
.tox\py35\lib\site-packages\_pytest\recwarn.py:65: DeprecationWarning: is deprecated
old_warn(message, category, *args, **kwargs)
WW0 in testing\test_recwarn.py:92 the following warning was recorded:
.tox\py35\lib\site-packages\_pytest\recwarn.py:65: DeprecationWarning: is deprecated
old_warn(message, category, *args, **kwargs)
WW0 in testing\test_recwarn.py:108 the following warning was recorded:
hello:3: DeprecationWarning: dep_explicit
WW0 in testing\test_recwarn.py:118 the following warning was recorded:
testing\test_recwarn.py:73: DeprecationWarning: is deprecated
stacklevel=1)
WW0 in testing\test_recwarn.py:122 the following warning was recorded:
.tox\py35\lib\site-packages\_pytest\recwarn.py:65: PendingDeprecationWarning: hi
old_warn(message, category, *args, **kwargs)
WW0 in testing\test_recwarn.py:127 the following warning was recorded:
.tox\py35\lib\site-packages\_pytest\recwarn.py:65: Warning: hi
old_warn(message, category, *args, **kwargs)
WW0 in testing\test_recwarn.py:127 the following warning was recorded:
.tox\py35\lib\site-packages\_pytest\recwarn.py:65: UserWarning: hi
old_warn(message, category, *args, **kwargs)
WW0 in testing\test_recwarn.py:127 the following warning was recorded:
.tox\py35\lib\site-packages\_pytest\recwarn.py:65: SyntaxWarning: hi
old_warn(message, category, *args, **kwargs)
WW0 in testing\test_recwarn.py:127 the following warning was recorded:
.tox\py35\lib\site-packages\_pytest\recwarn.py:65: RuntimeWarning: hi
old_warn(message, category, *args, **kwargs)
WW0 in testing\test_recwarn.py:127 the following warning was recorded:
.tox\py35\lib\site-packages\_pytest\recwarn.py:65: FutureWarning: hi
old_warn(message, category, *args, **kwargs)
WW0 in testing\test_recwarn.py:127 the following warning was recorded:
.tox\py35\lib\site-packages\_pytest\recwarn.py:65: ImportWarning: hi
old_warn(message, category, *args, **kwargs)
WW0 in testing\test_recwarn.py:127 the following warning was recorded:
.tox\py35\lib\site-packages\_pytest\recwarn.py:65: UnicodeWarning: hi
old_warn(message, category, *args, **kwargs)
WW0 in testing\test_recwarn.py:136 the following warning was recorded:
test_deprecated_function_already_called.py:5: DeprecationWarning: deprecated
warnings.warn("deprecated", DeprecationWarning)
WW0 in testing\test_recwarn.py:136 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\recwarn.py:65: DeprecationWarning: deprecated
old_warn(message, category, *args, **kwargs)
WW0 in testing\test_recwarn.py:159 the following warning was recorded:
testing\test_recwarn.py:1: RuntimeWarning: w1
import warnings
WW0 in testing\test_recwarn.py:159 the following warning was recorded:
testing\test_recwarn.py:1: RuntimeWarning: w2
import warnings
WW0 in testing\test_recwarn.py:159 the following warning was recorded:
testing\test_recwarn.py:1: RuntimeWarning: w3
import warnings
WW0 in testing\test_recwarn.py:169 the following warning was recorded:
testing\test_recwarn.py:172: SyntaxWarning: syntax
lambda msg: warnings.warn(msg, SyntaxWarning), "syntax")
WW0 in testing\test_recwarn.py:173 the following warning was recorded:
testing\test_recwarn.py:176: RuntimeWarning: w1
lambda: warnings.warn('w1', RuntimeWarning))
WW0 in testing\test_recwarn.py:173 the following warning was recorded:
testing\test_recwarn.py:178: SyntaxWarning: w2
lambda: warnings.warn('w2', SyntaxWarning))
WW0 in testing\test_recwarn.py:173 the following warning was recorded:
testing\test_recwarn.py:182: UserWarning: w3
lambda: warnings.warn('w3', UserWarning)))
WW0 in testing\test_recwarn.py:183 the following warning was recorded:
testing\test_recwarn.py:186: RuntimeWarning: runtime
warnings.warn("runtime", RuntimeWarning)
WW0 in testing\test_recwarn.py:183 the following warning was recorded:
testing\test_recwarn.py:190: UserWarning: user
warnings.warn("user", UserWarning)
WW0 in testing\test_recwarn.py:183 the following warning was recorded:
testing\test_recwarn.py:194: RuntimeWarning: runtime
warnings.warn("runtime", RuntimeWarning)
WW0 in testing\test_recwarn.py:183 the following warning was recorded:
testing\test_recwarn.py:197: UserWarning: user
warnings.warn("user", UserWarning)
WW0 in testing\test_recwarn.py:198 the following warning was recorded:
testing\test_recwarn.py:201: UserWarning: user
warnings.warn("user", UserWarning)
WW0 in testing\test_recwarn.py:208 the following warning was recorded:
testing\test_recwarn.py:211: UserWarning: user
warnings.warn("user", UserWarning)
WW0 in testing\test_recwarn.py:208 the following warning was recorded:
testing\test_recwarn.py:212: RuntimeWarning: runtime
warnings.warn("runtime", RuntimeWarning)
WW0 in testing\test_recwarn.py:217 the following warning was recorded:
test_double_test.py:7: RuntimeWarning: runtime
warnings.warn("runtime", RuntimeWarning)
WW0 in testing\test_recwarn.py:217 the following warning was recorded:
test_double_test.py:7: RuntimeWarning: runtime
warnings.warn("runtime", RuntimeWarning)
WW0 in testing\test_resultlog.py:83 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\py\_error.py:64: DeprecationWarning: 'U' mode is deprecated
return func(*args, **kwargs)
WW0 in testing\test_resultlog.py:97 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\py\_error.py:64: DeprecationWarning: 'U' mode is deprecated
return func(*args, **kwargs)
WW0 in testing\test_resultlog.py:150 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\py\_error.py:64: DeprecationWarning: 'U' mode is deprecated
return func(*args, **kwargs)
WW0 in testing\test_resultlog.py:177 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\py\_error.py:64: DeprecationWarning: 'U' mode is deprecated
return func(*args, **kwargs)
WW0 in testing\test_unittest.py:4 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:4 the following warning was recorded:
test_simple_unittest.py:6: DeprecationWarning: Please use assertEqual instead.
self.assertEquals('foo', 'bar')
WW0 in testing\test_unittest.py:4 the following warning was recorded:
test_simple_unittest.py:4: DeprecationWarning: Please use assertEqual instead.
self.assertEquals('foo', 'foo')
WW0 in testing\test_unittest.py:17 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:17 the following warning was recorded:
test_runTest_method.py:4: DeprecationWarning: Please use assertEqual instead.
self.assertEquals('foo', 'foo')
WW0 in testing\test_unittest.py:47 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:47 the following warning was recorded:
test_setup.py:8: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(1, self.foo)
WW0 in testing\test_unittest.py:106 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:118 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:118 the following warning was recorded:
test_teardown.py:10: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(MyTestCase.l, [None])
WW0 in testing\test_unittest.py:137 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:159 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:178 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:197 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:217 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:239 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:260 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:260 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:280 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:280 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:311 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:322 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:521 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:575 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:575 the following warning was recorded:
test_unittest_not_shown_in_traceback.py:5: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(x, 4)
WW0 in testing\test_unittest.py:586 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:603 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:615 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:642 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:672 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:672 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:728 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:754 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:770 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:785 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\test_unittest.py:801 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\python\collect.py:787 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\python\collect.py:970 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\python\collect.py:1120 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\python\collect.py:1120 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\python.py:511: DeprecationWarning: use of node.Instance is deprecated, use pytest_pycollect_makeitem(...) to create custom collection nodes (since version 2.0)
return [self._getcustomclass("Instance")(name="()", parent=self)]
WW0 in testing\python\collect.py:1120 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\python.py:357: DeprecationWarning: use of node.Function is deprecated, use pytest_pycollect_makeitem(...) to create custom collection nodes (since version 2.0)
Function = self._getcustomclass("Function")
WW0 in testing\python\fixture.py:529 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\fixtures.py:446: DeprecationWarning: use of getfuncargvalue is deprecated, use getfixturevalue
DeprecationWarning)
WW0 in testing\python\integration.py:6 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\python\integration.py:32 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\python\integration.py:104 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\python\integration.py:138 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\python\integration.py:272 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\vendored_packages\pluggy.py:250: PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration
wrap_controller.send(call_outcome)
WW0 in testing\python\setup_only.py:181 the following warning was recorded:
..\..\..\..\..\..\..\..\..\pytest\.tox\py35\lib\site-packages\_pytest\fixtures.py:446: DeprecationWarning: use of getfuncargvalue is deprecated, use getfixturevalue
DeprecationWarning)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment