File: rules

package info (click to toggle)
python-s3transfer 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,464 kB
  • sloc: python: 15,756; makefile: 9
file content (12 lines) | stat: -rwxr-xr-x 552 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=s3transfer
export PYBUILD_NAME=s3transfer
export PYBUILD_TEST_ARGS={dir}/tests/unit \
	--deselect tests/unit/test_processpool.py::TestClientFactory::test_create_client \
	--deselect tests/unit/test_processpool.py::TestClientFactory::test_user_agent_with_config \
	--deselect tests/unit/test_processpool.py::TestClientFactory::test_user_agent_with_existing_user_agent \
	--deselect tests/unit/test_processpool.py::TestClientFactory::test_user_agent_with_existing_user_agent_extra

%:
	dh $@ --buildsystem=pybuild