##// END OF EJS Templates
tests: address PytestDeprecationWarning for @pytest.yield_fixture...
Mads Kiilerich -
r8785:92653a85 stable
parent child Browse files
Show More
@@ -204,7 +204,7 b' class MyWSGIServer(WSGIServer):'
204 204 return '%s://%s%s:%s/%s' % (proto, auth, host, port, repo_name)
205 205
206 206
207 @pytest.yield_fixture(scope="session")
207 @pytest.fixture(scope="session")
208 208 def webserver():
209 209 """Start web server while tests are running.
210 210 Useful for debugging and necessary for vcs operation tests."""
General Comments 0
You need to be logged in to leave comments. Login now