aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2015-11-18 12:11:04 +0100
committerMarcoFalke <[email protected]>2015-11-19 12:39:49 +0100
commita0953cdf07769cf0004a7dd2c0d7e4b5dd0dc578 (patch)
tree3655ec81ff294e82eeddf5eb66bd9ab009a40181
parentMerge pull request #7026 (diff)
downloaddiscoin-a0953cdf07769cf0004a7dd2c0d7e4b5dd0dc578.tar.xz
discoin-a0953cdf07769cf0004a7dd2c0d7e4b5dd0dc578.zip
[qa] python-bitcoinrpc is no longer a subtree
* Only authproxy.py is taken from the python-bitcoinrpc
-rw-r--r--qa/rpc-tests/README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/qa/rpc-tests/README.md b/qa/rpc-tests/README.md
index d2db00362..bbaa3925e 100644
--- a/qa/rpc-tests/README.md
+++ b/qa/rpc-tests/README.md
@@ -1,10 +1,8 @@
Regression tests
================
-### [python-bitcoinrpc](https://github.com/jgarzik/python-bitcoinrpc)
-Git subtree of [https://github.com/jgarzik/python-bitcoinrpc](https://github.com/jgarzik/python-bitcoinrpc).
-Changes to python-bitcoinrpc should be made upstream, and then
-pulled here using git subtree.
+### [test_framework/authproxy.py](test_framework/authproxy.py)
+Taken from the [python-bitcoinrpc repository](https://github.com/jgarzik/python-bitcoinrpc).
### [test_framework/test_framework.py](test_framework/test_framework.py)
Base class for new regression tests.