1 Remove optional test dependencies we do not have packaged yet.
3 --- pyfakefs-5.7.1/extra_requirements.txt.orig
4 +++ pyfakefs-5.7.1/extra_requirements.txt
6 -# these are used to test pandas-specific patches to allow
7 -# pyfakefs to work with pandas
8 -# we use the latest version to see any problems with new versions
9 -pandas==1.3.5; python_version == '3.7' # pyup: ignore
10 -pandas==2.0.3; python_version == '3.8' # pyup: ignore
11 -pandas==2.2.3; python_version > '3.8'
13 -openpyxl==3.1.3; python_version == '3.7' # pyup: ignore
14 -openpyxl==3.1.5; python_version > '3.7'