diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-03-31 15:52:21 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-04-14 17:08:50 +0200 |
commit | cd6d72b1ce4001d4700d095b0c1fd2f92a822bb6 (patch) | |
tree | f753e158531118b10cb5bb7f88c9745097b123f0 /test-requirements.txt | |
parent | 66de672e7cb7ccd3a79c8a97f3a92137f59b7568 (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
(cherry picked from commit 12732b13c55eb91f32ed65f1d8a1f72b4aa2c534)
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 2 |
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 |