Skip to content

Commit a0739c8

Browse files
Addressed comments from PR.
1 parent 4a08376 commit a0739c8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For more details, check the documentation: https://docs.aws.amazon.com/codeguru/
66

77
This package is released to PyPI, so use it as any Python package from PyPI: https://pypi.org/project/codeguru-profiler-agent
88

9-
For a demo application that uses this agent, check our [demo application](https://github.com/aws-samples/aws-codeguru-profiler-demo-application).
9+
For a demo application that uses this agent, check our [demo application](https://github.com/aws-samples/aws-codeguru-profiler-python-demo-application).
1010

1111
## Release to PyPI
1212

test/integration/test_live_backend_reporting.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919

2020
@pytest.mark.skipif(
21-
socket.gethostname().startswith("coverlay-") or
2221
socket.getfqdn().endswith("internal.cloudapp.net"), # hosts running ubuntu and windows in GitHub
2322
socket.getfqdn().endswith("ip6.arpa"), # hosts running macs in GitHub
2423
reason="This integration test is skipped on any shared fleet from Amazon or GitHub "

0 commit comments

Comments
 (0)