зеркало из https://github.com/mozilla/gecko-dev.git
8d5bcd86f6
Following the pytest "deprecations and removals" docs [1], this patch: * Replaces `@pytest.yield_fixture` with `@pytest.fixture`. * Replaces `.funcargnames` with `.fixturenames`. * Uses `Pathlib` parameter instead of the `py.path.local` one in associated `pytest_*` hooks. * Replaces `--strict` with `--strict-markers` [1] https://docs.pytest.org/en/latest/deprecations.html Differential Revision: https://phabricator.services.mozilla.com/D138815 |
||
---|---|---|
.. | ||
client | ||
harness | ||
mach_commands.py | ||
mach_test_package_commands.py | ||
moz.build |