Skip to content

Commit

Permalink
Issue #24: removed test-giftgrab-file-* console scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed Oct 18, 2018
1 parent f4eb2fb commit 1f61517
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,12 +490,6 @@ def get_outputs(self):
target_script += '=giftgrab.tests:test_{}_{}'.format(
codec, colour_space)
console_scripts.append(target_script)

file_script = 'test-giftgrab-file-{}-{}'.format(
codec, colour_space)
file_script += '=giftgrab.tests:test_file_{}_{}'.format(
codec, colour_space)
console_scripts.append(file_script)
# Disabled the BGRA tests of Epiphan DVI2PCIe Duo (currently using OpenCV) until issue #115 is resolved
#'test-giftgrab-epiphan-dvi2pcieduo-bgra=giftgrab.tests:test_epiphan_dvi2pcieduo_bgra',
console_scripts = console_scripts +\
Expand Down

0 comments on commit 1f61517

Please sign in to comment.