File: rules

package info (click to toggle)
websocket-client 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 380 kB
  • sloc: python: 2,642; makefile: 8; sh: 5
file content (14 lines) | stat: -rwxr-xr-x 451 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=websocket

export PYBUILD_TEST_ARGS=--ignore websocket/tests/echo-server.py \
	                     --ignore websocket/tests/test_websocket.py \
						 -k 'not testBadURLs'  # try to ws connections.

%:
	dh $@ --with python3 --buildsystem=pybuild --test-pytest

override_dh_install:
#	mv $(CURDIR)/debian/python3-websocket/usr/bin/wsdump.py $(CURDIR)/debian/python3-websocket/usr/bin/python3-wsdump
	dh_install