...

Text file src/github.com/emissary-ingress/emissary/v3/pytest.ini

Documentation: github.com/emissary-ingress/emissary/v3

     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