...

Text file src/github.com/datawire/ambassador/v2/pytest.ini

Documentation: github.com/datawire/ambassador/v2

     1[pytest]
     2testpaths = python/tests
     3norecursedirs = docs
     4markers = compilertest
     5filterwarnings =
     6    ignore:.*The metaschema specified by \$schema was not found.*:DeprecationWarning
     7    ignore:.*Call to deprecated create function Descriptor.*:DeprecationWarning
     8    ignore:.*Call to deprecated create function FileDescriptor.*:DeprecationWarning
     9    ignore:.*Call to deprecated create function FieldDescriptor.*:DeprecationWarning

View as plain text