File: rules

package info (click to toggle)
python-aws-xray-sdk 0.95-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 792 kB
  • sloc: python: 3,006; makefile: 20
file content (14 lines) | stat: -rwxr-xr-x 617 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=aws-xray-sdk

export PYBUILD_TEST_ARGS_python3=--ignore tests/test_async_local_storage.py \
                                 --ignore tests/test_async_recorder.py \
                                 --ignore tests/ext/aiobotocore/test_aiobotocore.py \
                                 --ignore tests/ext/aiohttp/test_aiohttp.py \
                                 --ignore tests/ext/botocore/test_botocore.py \
                                 --ignore tests/ext/requests/test_requests.py \
                                 -k "not XRayTestCase"

%:
	dh $@ --buildsystem=pybuild