Skip to content

Commit 0ba6eb1

Browse files
authored
disable opennmt-tf tests (#1877)
1 parent c974ddc commit 0ba6eb1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
- name: Run tests
218218
shell: bash
219219
run: |
220-
pytest -v python/tests/
220+
pytest -v python/tests/ --ignore=python/tests/test_opennmt_tf.py
221221
222222
223223
check-python-style:

python/tests/requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
transformers==4.41.*;platform_system=='Linux'
22
fairseq==0.12.2;platform_system=='Linux' or platform_system=='Darwin'
33
OpenNMT-py==2.2.*;platform_system=='Linux' or platform_system=='Darwin'
4-
OpenNMT-tf==2.30.*
5-
tensorflow-cpu==2.11.*
64
pytest
75
wurlitzer==3.0.*;platform_system=='Linux'
86
torch==2.4.1

0 commit comments

Comments
 (0)