1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-24 00:31:09 +02:00

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>
This commit is contained in:
Batuhan Taskaya
2022-02-01 12:52:07 +03:00
committed by GitHub
parent 86ba995ad8
commit 7abddfe350
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
[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