Skip to content

Commit

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

numpy_script = 'test-giftgrab-numpy-{}'.format(colour_space)
numpy_script += '=giftgrab.tests:test_numpy_{}'.format(colour_space)
console_scripts.append(numpy_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 d537331

Please sign in to comment.