Skip to content

Commit

Permalink
replacing instances of pyfarm.net
Browse files Browse the repository at this point in the history
  • Loading branch information
opalmer committed Dec 22, 2017
1 parent 8d3708d commit aa87504
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Code coverage analysis is also provided by
Mac OS X.

The tests can can also run locally using Twisted's ``trial``. Some tests
will require access to external services such as httpbin.pyfarm.net, NTP,
will require access to external services such as httpbin.org, NTP,
DNS and other network services.

Below are some examples for executing the tests locally. These are fairly
Expand Down
4 changes: 2 additions & 2 deletions pyfarm/agent/etc/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ agent_manhole_password: admin
# generally ignored for anything other than development.
agent_unittest:
client_redirect_target: http://example.com
client_api_test_url_https: https://httpbin.pyfarm.net
client_api_test_url_http: http://httpbin.pyfarm.net
client_api_test_url_https: https://httpbin.org
client_api_test_url_http: http://httpbin.org

# A list of paths or names where the `lspci` command can
# be called from on Linux. This is used to retrieve information
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def get_package_data(parent, roots):
url="https://github.com/pyfarm/pyfarm-agent",
license="Apache v2.0",
author="Oliver Palmer",
author_email="development@pyfarm.net",
author_email="pyfarm@googlegroups.com",
description="Core module containing code to run PyFarm's agent.",
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit aa87504

Please sign in to comment.