aboutsummaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-03-31 15:52:21 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2023-04-14 16:05:50 +0200
commit12732b13c55eb91f32ed65f1d8a1f72b4aa2c534 (patch)
tree38d780ee4126de59392f893157b03c4fb37c602d /test-requirements.txt
parentfd8498598096cabb991cf3494220a9715d3360f7 (diff)
Add pytest driver in Xtesting
Co-authored-by: Edouard Hinard <edouard.hinard@orange.com> Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ice364f7f4287aacc7f375ed4a23503fd38c8e543
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 4be1d670..22457d0f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,8 +3,6 @@
# process, which may cause wedges in the gate later.
coverage!=4.4 # Apache-2.0
mock!=4.0.0,!=4.0.1 # BSD
-pytest # MIT
-pytest-html #MPL-2.0
pytest-cov
flake8 # MIT
pylint # GPLv2