From 872e66efcae359f06614523f5632a988eb4b743b Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 6 Aug 2019 15:50:56 +0200 Subject: [PATCH] tests: drop pytest customization from core it will no longer possible to run just `pytest` from core subdir --- core/pytest.ini | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 core/pytest.ini diff --git a/core/pytest.ini b/core/pytest.ini deleted file mode 100644 index 985b7cdc7..000000000 --- a/core/pytest.ini +++ /dev/null @@ -1,3 +0,0 @@ -[pytest] -addopts = --strict --pyargs trezorlib.tests.device_tests -xfail_strict = true