File: rules

package info (click to toggle)
flask-mongoengine 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 508 kB
  • sloc: python: 2,127; makefile: 109
file content (10 lines) | stat: -rwxr-xr-x 435 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# addopts as specified in setup.cfg generates test coverage reports, which we
# do not care about. Also skip test_multiple_connections as it expects to be
# able to connect to a mongo server.
export PYBUILD_TEST_ARGS=--override-ini=addopts=--verbose tests/test_base.py tests/test_connection.py -k 'not test_multiple_connections'

export PYBUILD_NAME=flask-mongoengine
%:
	dh $@ --with python3 --buildsystem=pybuild