httpie-cli/pytest.ini
Batuhan Taskaya 7abddfe350
Mark stdin warning related tests with requires_external_processes (#1289)
* Mark test_stdin_read_warning with requires_installation

* Mark stdin tests with requires_external_processes

Co-authored-by: Nilushan Costa <19643850+nilushancosta@users.noreply.github.com>
2022-02-01 01:52:07 -08:00

8 lines
278 B
INI

[pytest]
markers =
# If you want to run tests without a full HTTPie installation
# we advise you to disable the markers below, e.g:
# pytest -m 'not requires_installation and not requires_external_processes'
requires_installation
requires_external_processes