diff --git a/README.md b/README.md
index 743ef3af9f5757040578043fdb4e3bc2784410d0..bd9f83c3e3eeec225459dc31d4e3f6f6b8d85950 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,12 @@ machine for development and testing purposes.
 
 This project requires the following CKAN extensions to work properly:
 
+- [ckanext-archiver](https://github.com/ckan/ckanext-archiver)
 - [ckanext-dcat](https://github.com/ckan/ckanext-dcat)
 - [ckanext-dcatde](https://github.com/GovDataOfficial/ckanext-dcatde)
+- [ckanext-harvest](https://github.com/ckan/ckanext-harvest)
 - [ckanext-qa](https://github.com/ckan/ckanext-qa)
-- [ckanext-archiver](https://github.com/ckan/ckanext-archiver)
+- [ckanext-spatial](https://github.com/ckan/ckanext-spatial)
 - [ckanext-report](https://github.com/ckan/ckanext-report)
 
 ### Installing
@@ -98,19 +100,6 @@ ckanext.odsh.is_optional_temporal_start | `boolean` | E.g., `False`.
 
 *Deprecated – will be updated soon.*
 
-To run the tests, do:
-
-```sh
-nosetests --nologcapture --with-pylons=test.ini
-```
-
-To run the tests and produce a coverage report, first make sure you have
-coverage installed in your virtualenv (`pip install coverage`) then run::
-
-```sh
-nosetests --nologcapture --with-pylons=test.ini --with-coverage --cover-package=ckanext.odsh --cover-inclusive --cover-erase --cover-tests
-```
-
 ## Contributing
 
 To contribute to this documentation, create a branch or fork this repository, make