Skip to content

Commit 4b258f7

Browse files
committed
fix ci build
1 parent 12725ad commit 4b258f7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
},
2121
python_requires='>=3.10',
2222
install_requires=[
23+
'pytest>=7.0.0',
2324
],
2425
classifiers=[
2526
'Development Status :: 3 - Alpha',

tfsumpy/plan_analyzer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import re
22
import json
3-
import yaml
43
import logging
54
import os
65
from typing import Dict, List

0 commit comments

Comments
 (0)