Skip to content

Commit

Permalink
Clean up dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrittain committed Oct 4, 2023
1 parent 2069a73 commit bac17a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions requirements/dev.txt
@@ -1,7 +1,5 @@
-r base.txt
# Tie down version to ensure Image dithering is consistent in UTs
Pillow == 6.2.2
Pillow
coveralls
sphinx
# Try to resolve dependency clashes on 2.7 systems
urllib3==1.26.5
urllib3
14 changes: 7 additions & 7 deletions tests/renderers/test_images.py
Expand Up @@ -30,15 +30,15 @@ def test_image_files(self):
image,
['',
' sA3h3h3Hr2 ',
' ;:;G#99G@&2;;;r ',
' .::#9&&@@G;rrrr;;3 ',
' ;:;G#99G@&3;;;r ',
' :::#9&&@@G;rrrr;;3 ',
'.:;;A&@AAGsssssrr;#H',
'.:;;;r29@srssssrr;A2',
'::;;;r39@srssssrr;A2',
'.::;;rrrrr@@@@9;r;;A',
's.:;;;;rr2@@@@@@#;; ',
' s.::;;;;;;9&&&3;: ',
' ..::;;;;9#r::2 ',
' s...r.; '])
's::;;;;rr2@@@@@@#;; ',
' s:::;;;;;;9&&&3;: ',
' .:::;;;;9#r::2 ',
' s.::r:; '])

def test_colour_image_file(self):
"""
Expand Down

0 comments on commit bac17a6

Please sign in to comment.