From 88530a7fa96fee7dd57ad7009d1dbdc857e654e4 Mon Sep 17 00:00:00 2001
From: Thorge Petersen <petersen@rz.uni-kiel.de>
Date: Fri, 24 Mar 2023 10:47:55 +0100
Subject: [PATCH] Updated required extensions in readme file

---
 README.md | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index 743ef3af..bd9f83c3 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
-- 
GitLab